[INFO] fetching crate lmdb 0.8.0...
[INFO] fixing lmdb-0.8.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate lmdb 0.8.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate lmdb 0.8.0
[INFO] finished tweaking crates.io crate lmdb 0.8.0
[INFO] tweaked toml for crates.io crate lmdb 0.8.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lmdb 0.8.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.13.0)
[INFO] [stderr]       Adding rand v0.4.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `lmdb` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e
[INFO] running `Command { std: "docker" "start" "b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `lmdb` (manifest) generated 1 warning
[INFO] [stderr]    Compiling lmdb-sys v0.8.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking lmdb v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/database.rs (2 fixes)
[INFO] [stderr]        Fixed src/lib.rs (8 fixes)
[INFO] [stderr]        Fixed src/flags.rs (1 fix)
[INFO] [stderr]        Fixed src/error.rs (1 fix)
[INFO] [stderr]        Fixed src/environment.rs (6 fixes)
[INFO] [stderr]        Fixed src/transaction.rs (6 fixes)
[INFO] [stderr]        Fixed src/cursor.rs (5 fixes)
[INFO] [stderr]        Fixed src/transaction.rs (5 fixes)
[INFO] [stderr]        Fixed src/environment.rs (1 fix)
[INFO] [stderr]        Fixed src/cursor.rs (4 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.02s
[INFO] [stderr] crater-edition-check: lmdb v0.8.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking lmdb v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:38:38
[INFO] [stdout]     |
[INFO] [stdout]  38 |             err_code => return Err(::Error::from_err_code(err_code)),
[INFO] [stdout]     |                                      ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:162:13
[INFO] [stdout]     |
[INFO] [stdout] 162 |             lmdb_try!(ffi::mdb_env_stat(self.env(), &mut stat.0));
[INFO] [stdout]     |             ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::environment::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 3 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:38:38
[INFO] [stdout]     |
[INFO] [stdout]  38 |             err_code => return Err(::Error::from_err_code(err_code)),
[INFO] [stdout]     |                                      ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 |             lmdb_try!(ffi::mdb_env_create(&mut env));
[INFO] [stdout]     |             ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::environment::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 3 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:260:17
[INFO] [stdout]     |
[INFO] [stdout] 260 | /                 lmdb_try_with_cleanup!(ffi::mdb_env_set_maxreaders(env, max_readers),
[INFO] [stdout] 261 | |                                        ffi::mdb_env_close(env))
[INFO] [stdout]     | |_______________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::environment::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 3 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:264:17
[INFO] [stdout]     |
[INFO] [stdout] 264 | /                 lmdb_try_with_cleanup!(ffi::mdb_env_set_maxdbs(env, max_dbs),
[INFO] [stdout] 265 | |                                        ffi::mdb_env_close(env))
[INFO] [stdout]     | |_______________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::environment::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 3 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:268:17
[INFO] [stdout]     |
[INFO] [stdout] 268 | /                 lmdb_try_with_cleanup!(ffi::mdb_env_set_mapsize(env, map_size),
[INFO] [stdout] 269 | |                                        ffi::mdb_env_close(env))
[INFO] [stdout]     | |_______________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::environment::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 3 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:275:13
[INFO] [stdout]     |
[INFO] [stdout] 275 | /             lmdb_try_with_cleanup!(ffi::mdb_env_open(env, path.as_ptr(), self.flags.bits(), mode),
[INFO] [stdout] 276 | |                                    ffi::mdb_env_close(env));
[INFO] [stdout]     | |___________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::environment::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 3 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:38:38
[INFO] [stdout]     |
[INFO] [stdout]  38 |             err_code => return Err(::Error::from_err_code(err_code)),
[INFO] [stdout]     |                                      ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:162:13
[INFO] [stdout]     |
[INFO] [stdout] 162 |             lmdb_try!(ffi::mdb_env_stat(self.env(), &mut stat.0));
[INFO] [stdout]     |             ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 2 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:38:38
[INFO] [stdout]     |
[INFO] [stdout]  38 |             err_code => return Err(::Error::from_err_code(err_code)),
[INFO] [stdout]     |                                      ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 |             lmdb_try!(ffi::mdb_env_create(&mut env));
[INFO] [stdout]     |             ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 2 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:260:17
[INFO] [stdout]     |
[INFO] [stdout] 260 | /                 lmdb_try_with_cleanup!(ffi::mdb_env_set_maxreaders(env, max_readers),
[INFO] [stdout] 261 | |                                        ffi::mdb_env_close(env))
[INFO] [stdout]     | |_______________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 2 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:264:17
[INFO] [stdout]     |
[INFO] [stdout] 264 | /                 lmdb_try_with_cleanup!(ffi::mdb_env_set_maxdbs(env, max_dbs),
[INFO] [stdout] 265 | |                                        ffi::mdb_env_close(env))
[INFO] [stdout]     | |_______________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 2 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:268:17
[INFO] [stdout]     |
[INFO] [stdout] 268 | /                 lmdb_try_with_cleanup!(ffi::mdb_env_set_mapsize(env, map_size),
[INFO] [stdout] 269 | |                                        ffi::mdb_env_close(env))
[INFO] [stdout]     | |_______________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 2 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in the crate root
[INFO] [stdout]    --> src/lib.rs:49:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |                   return Err(::Error::from_err_code(err_code))
[INFO] [stdout]     |                                ^^^^^ could not find `Error` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/environment.rs:275:13
[INFO] [stdout]     |
[INFO] [stdout] 275 | /             lmdb_try_with_cleanup!(ffi::mdb_env_open(env, path.as_ptr(), self.flags.bits(), mode),
[INFO] [stdout] 276 | |                                    ffi::mdb_env_close(env));
[INFO] [stdout]     | |___________________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `lmdb_try_with_cleanup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    --> src/environment.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 2 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `test` is ambiguous
[INFO] [stdout]    --> src/cursor.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |     use test::{Bencher, black_box};
[INFO] [stdout]     |         ^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `test` could refer to the module imported here
[INFO] [stdout]    --> src/cursor.rs:318:9
[INFO] [stdout]     |
[INFO] [stdout] 318 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `test` to disambiguate
[INFO] [stdout]     = help: or use `self::test` to refer to this module unambiguously
[INFO] [stdout] note: `test` could also refer to the crate imported here
[INFO] [stdout]    --> src/lib.rs:13:14
[INFO] [stdout]     |
[INFO] [stdout]  13 | #[cfg(test)] extern crate test;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: use `::test` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `test` is ambiguous
[INFO] [stdout]    --> src/transaction.rs:385:9
[INFO] [stdout]     |
[INFO] [stdout] 385 |     use test::{Bencher, black_box};
[INFO] [stdout]     |         ^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `test` could refer to the module imported here
[INFO] [stdout]    --> src/transaction.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `test` to disambiguate
[INFO] [stdout]     = help: or use `self::test` to refer to this module unambiguously
[INFO] [stdout] note: `test` could also refer to the crate imported here
[INFO] [stdout]    --> src/lib.rs:13:14
[INFO] [stdout]     |
[INFO] [stdout]  13 | #[cfg(test)] extern crate test;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: use `::test` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::environment::*`
[INFO] [stdout]    --> src/transaction.rs:389:9
[INFO] [stdout]     |
[INFO] [stdout] 389 |     use crate::environment::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/error.rs:115:32
[INFO] [stdout]     |
[INFO] [stdout] 115 |         write!(fmt, "{}", self.description())
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lmdb` (lib) due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/error.rs:115:32
[INFO] [stdout]     |
[INFO] [stdout] 115 |         write!(fmt, "{}", self.description())
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/error.rs:150:45
[INFO] [stdout]     |
[INFO] [stdout] 150 |                    Error::from_err_code(13).description());
[INFO] [stdout]     |                                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/error.rs:152:36
[INFO] [stdout]     |
[INFO] [stdout] 152 |                    Error::NotFound.description());
[INFO] [stdout]     |                                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0659.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lmdb` (lib test) due to 8 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e", kill_on_drop: false }`
[INFO] [stdout] b5e12b1d3d0e39b1ba8691d9747264bbf698bd82a0fe8d6506e4f78b093ee76e
